Learn R Programming

epiDisplay (version 3.5.0.2)

Hookworm and blood loss: Hookworm infection and blood loss: SEAJTM 1970

Description

A study using radio-isotope to examine daily blood loss and number of hookworms infecting the patients.

Usage

data(Suwit)

Arguments

Format

A data frame with 15 observations on the following 3 variables.

id

a numeric vector

worm

a numeric vector: number of worms

bloss

a numeric vector: estimated daily blood loss (mg/day)

References

~~ possibly secondary sources and usages ~~

Examples

Run this code
# NOT RUN {
data(Suwit)
with(Suwit, plot(worm, bloss, type="n"))
with(Suwit, text(worm, bloss, labels=id))
abline(lm(bloss ~ worm, data=Suwit), col="red")
# }

Run the code above in your browser using DataLab